Carbon


UncaptureComponent

Header: Components.h Carbon status: Supported

Allows your component to uncapture a previously captured component.

OSErr UncaptureComponent (
    Component aComponent
);
aComponent

The component to be uncaptured. Your component obtains this identifier from the CaptureComponent function. You can use a component instance here, but you must coerce the data type appropriately.

function result

A result code.

DISCUSSION

This function restores the specified component to the list of available components. Applications can then access the component and retrieve information about the component using Component Manager functions.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)